All Questions
3 questions
2votes
2answers
397views
TicTacToe game in C++ made with 2D arrays
We have been learning C++ the previous semester and I made this simple TicTacToe game at the end of it. We haven't yet covered topics of vectors, classes, objects, exception handling etc. so with this ...
7votes
2answers
4kviews
Console Address Book application
I'm in my second week/second section of learning C# through Treehouse/on my own. I recently switched from learning Javascript and am looking for a review of my code. I believe I've tested everything ...
2votes
2answers
198views
Simple TicTacToe game in C++
I just started learning C++, and this is one of my projects. It's just a simple 2-player (No AI) TicTacToe game that runs from the console. The project was to familiarize myself with arrays, so review ...